Skip to content

Add Not Human Search and AI Dev Jobs MCP servers - #109

Merged
its-mash merged 2 commits into
mcpmux:mainfrom
unitedideas:add/nothumansearch-and-aidevboard-http
Apr 24, 2026
Merged

Add Not Human Search and AI Dev Jobs MCP servers#109
its-mash merged 2 commits into
mcpmux:mainfrom
unitedideas:add/nothumansearch-and-aidevboard-http

Conversation

@unitedideas

Copy link
Copy Markdown
Contributor

Summary

Adds two HTTP (streamable-http) MCP servers to the registry:

  • Not Human Search (ai.nothumansearch-mcp-http) — AI tool discovery engine. Search 8,600+ AI tools and MCP servers by keyword, category, or capability. Includes live MCP endpoint verification via JSON-RPC probe. Endpoint: https://nothumansearch.ai/mcp
  • AI Dev Jobs (com.aidevboard-mcp-http) — AI/ML job search across 5,500+ curated roles from 280+ companies. Filter by title, location, company, level, and work arrangement. Endpoint: https://aidevboard.com/mcp

Both servers:

  • Use HTTP transport (streamable-http)
  • Require no authentication
  • Are read-only (no write/destructive actions)
  • Pass npm run validate schema validation

Checklist

  • Server JSON follows server-definition.schema.json (v2.1)
  • IDs use {tld}.{publisher}-{name} format
  • Filenames match server IDs
  • npm run validate passes for both files
  • Categories reference valid IDs from categories.json
  • Commit signed off (DCO)

- Not Human Search: AI tool discovery engine with 8,600+ tools and MCP servers (https://nothumansearch.ai/mcp)
- AI Dev Jobs: AI/ML job search across 5,500+ curated roles from 280+ companies (https://aidevboard.com/mcp)

Both are HTTP (streamable-http) transport, no authentication required, read-only.

Signed-off-by: unitedideas <unitedideas@gmail.com>
Signed-off-by: Owl <owl@arflow.io>
Both entries' descriptions had drifted from reality:

- Not Human Search claimed "8,600+ AI tools" (likely a copy-paste from
  AI Dev Jobs' job count) — NHS actually indexes ~1,962 agent-ready
  sites. Bumped to "1,900+ agent-ready sites" and enumerated the new
  tools (10 now — recent_additions, find_mcp_servers, verify_mcp,
  list_categories, get_top_sites on top of the original 5).

- AI Dev Jobs claimed "5,500+ roles from 280+ companies" — actual live
  numbers are 8,618 / 513 / 569 sources. Bumped to round-down floors
  (8,600+ / 510+) and enumerated the new tools (9 now — trending
  companies, posted-within-days, enriched stats). Also fixed a broken
  repo link: github.com/unitedideas/aidevboard → ai-dev-jobs.

Validates via npm run validate on both. PR mcpmux#109 on mcpmux/mcp-servers
picks these up automatically.
@its-mash
its-mash merged commit c0ff984 into mcpmux:main Apr 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants